Use PEGetSQLExpression to retrieve a specified SQL expression in the specified report. Use this function with PEGetHandleString.
BOOL CRPE_API PEGetSQLExpression (
short printJob,
const char FAR *expressionName,
HANDLE FAR *textHandle,
short FAR *textLength );
Specifies the print job for which you want to retrieve the SQL expression string. | |
Declare Function PEGetSQLExpression Lib "crpe32.dll" (ByVal printJob As Integer, ByVal expressionName As String, textHandle As Long, textLength As Integer) As Integer
function PEGetSQLExpression (
printJob: Smallint;
const expressionName: PChar;
var textHandle: Hwnd;
var textLength: Smallint
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |